home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1998 #3
/
Amiga Plus CD - 1998 - No. 3.iso
/
pd
/
text
/
amised
/
scripts
/
tolower.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-03-02
|
202b
|
18 lines
/**/
OPTIONS RESULTS
'Graphics OFF'
'GetASCII'
a=result
if (a>64) & (a<91) then
do
/* 'Query FLAG=1'
if (result=0) then
do*/
'Delete'
/* end*/
'Insert ASCII='||(a+32)' NOMOVE'
'Graphics ON'
end